/* Displayed in an alert panel if the user tries to close the package when the package is in its "busy" state */
"PackageBusy" = "正在執行“安裝程式”,因此無法將視窗關閉。";
/* Displayed in an alert panel if the user tries to close the package when the package is in its "paused" state */
"PackagePaused" = "套件尚未安裝完全。若現在關閉套件,可能會導致系統不穩定。";
/* This gets the name of the package to be installed added on and then is displayed as the main window title. e.g. The window title would be 'Install Mac OS X' */
"WindowTitle" = "安裝“%@”";
/* Alert box title */
"Alert" = "提示";
/* Contents for alert box displayed when the user tries to quit the app while the package is installing */
"CantQuit" = "軟體正在進行安裝時,無法結束“安裝程式”。";
/* Contents for alert box displayed when the user tries to close the package with the window close widget when doing an OS install */
"CantQuitOS" = "安裝作業系統時不能關閉視窗。";
/* Displayed when the user selects Quit when trying to do an OS install */
"DireWarning" = "確定要結束嗎?現在停止“安裝程式”可能會導致系統不穩定。";
/* Displayed when an install fails but the package does not require the machine to be rebooted. */
"FailWarning" = "“%@”未經正確安裝。";
/* Displayed when an install fails but the package does not require the machine to be rebooted. */
"QuitDuringOSInstall" = "安裝程式已開始安裝“%@”。如果現在結束,您可能無法使用 Mac OS X 來開機。\n\n如果現在結束,電腦將會重新開機。若要選取電腦的啟動磁碟,請按“啟動磁碟”一下。";
/* Displayed when the user tries to quit the app when installing a package (from CD or NetBoot) but before it has actually started */
/*"QuitBeforeCDInstall" = "Are you sure you want to quit? The Installer has not started. If you quit, your computer will restart.\n\nTo start up using your current version of the Mac OS, press the Option key when your computer restarts.";*/
/* Displayed when the user tries to quit the app when installing the OS but before it has actually started */
/*"QuitBeforeOSInstall" = "Are you sure you want to quit? The Installer has not installed %@. If you quit, your computer will restart.\n\nTo start up using your current version of the Mac OS, press the Option key when your computer restarts.\n\nTo start up your computer using the %@ CD, press the C key when your computer restarts.";*/
/* Displayed if the user tries to quit while installing is in progress */
/*"QuitDuringOSInstall" = "Are you sure you want to quit? The Installer has started installing %@. If you quit now, you may be unable to use your computer. If you quit, your computer will restart.\n\nTo start up using your current version of the Mac OS, press the Option key when your computer restarts. If your computer cannot start up, start up using the %@ CD.\n\nTo start up using the %@ CD, press the C key when your computer restarts.";*/
/* Displayed if the user tries to quit while a normal install is taking place */
/* Error message given when plugin is loaded but doesn't have its firstPage outlet set. This is mostly a debugging aid. */
"NoFirstPage" = "外掛模組“%@”沒有第一頁。";
/* Alert box title when the user cannot save a file log document */
"CantSaveFile" = "無法儲存檔案";
/* Alert box explanatory text displayed when a user cannot save a file log document. Could later add showing the actual file name and actual location. */
"CantSaveFileText" = "您可能沒有將此份文件存放於此的權限。";
/* Displayed in the list of panels on the left side of the window for the welcome panel */
"PageMatrixIntroduction" = " 簡介";
/* Displayed in the list of panels on the left side of the window for the package read me document */
"PageMatrixReadMe" = " 請先閱讀";
/* Displayed in the list of panels on the left side of the window for the package license document */
"PageMatrixLicense" = " 許可證";
/* Displayed in the list of panels on the left side of the window for selecting a target volume */
"PageMatrixTargetSelect" = " 選取目標";
/* Displayed in the list of panels on the left side of the window for selecting easy vs. custom install */
"PageMatrixInstallType" = " 安裝類型";
/* Displayed in the list of panels on the left side of the window for the custom install panel */
"PageMatrixPackages" = "套件";
/* Displayed in the list of panels on the left side of the window for the progress panel */
"PageMatrixInstalling" = " 正在安裝";
/* Displayed in the list of panels on the left side of the window for listing the selected packages in a custom install */
"PageMatrixSummary" = "摘要";
/* Displayed in the list of panels on the left side of the window for the 'all done' panel */
"PageMatrixFinish" = " 完成";
/* Default name for log file. */
"UntitledLog.txt" = "未命名記錄檔.txt";
/* Menu items displayed in the Log Window of the Installer at the bottom right. Adjusts the detail shown. */
"ShowErrorsOnly" = "只顯示錯誤";
"ShowErrorsAndProgress" = "顯示錯誤與過程";
"ShowEverything" = "顯示全部";
"PrintLogMenuItem" = "列印記錄⋯";
"DefaultPrintMenuItem" = "列印⋯";
/* The right of the two buttons displayed in the bottom right of the log window. Prints the log.*/
"printButton" = "列印⋯";
/* The left of the two buttons displayed in the bottom right of the log window. Saves the log to file.*/
"saveButton" = "儲存⋯";
/* Hide/Show Log menu items used by the InstallerController*/